home *** CD-ROM | disk | FTP | other *** search
- /*
- ** $VER: tasks.h V0.8B
- **
- ** (C) Copyright 1996-1997 DreamWorld Productions.
- ** All Rights Reserved.
- */
-
- OPT MODULE
- OPT EXPORT
- OPT PREPROCESS
-
- MODULE 'dpkernel/dpkernel','system/register'
-
- /****************************************************************************
- ** A UserData field exists here which you may use if necessary. Other than
- ** this, DO NOT USE ANY TASK FIELDS FOR ANYTHING OTHER THAN DEBUGGING
- ** PURPOSES.
- */
-
- CONST TASKVERSION = 1,
- TAGS_TASK = $FFFB0000 OR ID_TASK
-
- OBJECT dpktask
- head[1] :ARRAY OF head /* Standard header */
- userdata :LONG /* Pointer to user data, no restrictions */
- taskname :LONG /* Name of the task, if specified */
- ENDOBJECT
-
- CONST CS_OCS = 0,
- CS_ECS = 1,
- CS_AGA = 2
-
-